.w1400 {
    width: auto;
    min-width: 1400px;
    max-width: 1600px;
}

.w1200 {
    width: auto;
    min-width: 1300px;
    max-width: 1500px;
}

html, body {
    position: relative;
    height: 100%;
}

body {
    background: #fafafa;
    padding: 0;
    margin: 0 auto;
}
.fp-enabled body, html.fp-enabled{
    margin:0 auto;
}

div.section div.outer-wrapper {
    width: 100%;
    /*height: 100%;*/
    overflow: hidden;
    position: relative;
}

div.section div.outer-wrapper div.h-wrapper {
    /*height: 96%;*/
    /*height: 100%;*/
    overflow: hidden;
    padding-top: 56px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}


/* section.fullpage-container > .swiper-pagination-bullets{
    left:10px;
    right:auto;
}
section.fullpage-container > .swiper-pagination-bullets > .swiper-pagination-bullet{
    margin:8px 0;
    width: 12px;
    height: 12px;
    border:1px solid transparent;
    background: none;
    opacity: 0.4;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
section.fullpage-container > .swiper-pagination-bullets > .swiper-pagination-bullet:after{
    content:'';
    display: block;
    width:6px;
    height: 6px;
    margin: 3px 3px;
    background: #000;
    border-radius: 50%;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
section.fullpage-container > .swiper-pagination-bullets > .swiper-pagination-bullet-active{
    border-color: #f8e157;
    opacity: 1;
}
section.fullpage-container > .swiper-pagination-bullets > .swiper-pagination-bullet-active:after{
    background: #f8e157;
} */

div.banner {
    height: 100%;
    background: #f2f2f2;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.banner ul.banner-wrapper {
    height: 980px;
    /*overflow:hidden;*/
    position: relative;
}

div.banner li.banner-item {
    height: 100%;
    /*left:0 !important;*/
    position: relative;
    overflow: hidden;
    text-align: center;
    background: no-repeat center / cover;
}

div.banner li.banner-item div.item-wrapper {
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

div.banner li.banner-item span {
    opacity: 0;
    display: block;
    position: absolute;
    width: 100%;
    color: #fff;
    font-size: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: "";
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

div.banner li.banner-item span.st1 {
    top: 40%;
    line-height: 40px;
}

div.banner li.banner-item span.st2 {
    top: calc(43% + 60px);
    font-size: 60px;
}

div.banner li.banner-item span.st3 {
    top: calc(42% + 48px);
    font-size: 48px;
}

div.banner div.hd {
    position: absolute;
    bottom: 30px;
    z-index: 1;
    text-align: center;
}

div.banner div.hd span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    background: #fff;
    opacity: 0.5;
}

div.banner div.hd span.swiper-pagination-bullet-active {
    opacity: 1;
    background: #f8e157;
}

.animate0 {
    -webkit-animation-duration: .6s;
    -webkit-animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .6s;
    -moz-animation-delay: 0s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .6s;
    -ms-animation-delay: 0s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .6s;
    animation-delay: 0s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

.animate1 {
    -webkit-animation-duration: .6s;
    -webkit-animation-delay: .2s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .6s;
    -moz-animation-delay: .2s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .6s;
    -ms-animation-delay: .2s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .6s;
    animation-delay: .2s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

.animate2 {
    -webkit-animation-duration: .6s;
    -webkit-animation-delay: .4s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .6s;
    -moz-animation-delay: .4s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .6s;
    -ms-animation-delay: .4s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .6s;
    animation-delay: .4s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

.animate3 {
    -webkit-animation-duration: .6s;
    -webkit-animation-delay: .6s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .6s;
    -moz-animation-delay: .6s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .6s;
    -ms-animation-delay: .6s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .6s;
    animation-delay: .6s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

.animate4 {
    -webkit-animation-duration: .6s;
    -webkit-animation-delay: .8s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .6s;
    -moz-animation-delay: .8s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .6s;
    -ms-animation-delay: .8s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .6s;
    animation-delay: .8s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

.animate5 {
    -webkit-animation-duration: .6s;
    -webkit-animation-delay: 1s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .6s;
    -moz-animation-delay: 1s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .6s;
    -ms-animation-delay: 1s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .6s;
    animation-delay: 1s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

div.count-up {
    position: relative;
    margin: 10px auto 0;
    height: 130px;
    box-shadow: 0 8px 25px rgb(0 0 0 / 7%);
    overflow: hidden;
}

div.count-up li {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
}

div.count-up li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #e2e2e2;
    opacity: 0.8;
}

div.count-up li:first-child:before {
    display: none;
}

div.count-up li span.top {
    display: block;
}

div.count-up li span.top b {
    font-size: 48px;
    font-family: 'Arial';
    font-weight: 500;
    font-style: normal;
}

div.count-up li span.top sub {
    font-size: 16px;
    vertical-align: baseline;
    margin-left: 8px;
}

div.count-up li span.top sup {
    vertical-align: top;
    font-size: 15px;
    color: #000;
    text-align: center;
    width: 25px;
    height: 25px;
}

div.count-up li>small {
    display: block;
    font-size: 16px;
    margin: 10px 0 0;
}

div.count-up li>i {
    display: block;
    font-style: normal;
    color: rgba(153, 153, 153, 0.5);
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 100;
}

div.profile {
    padding: 0 10px;
    height: 240px;
    margin-top: 20px;
    overflow: hidden;
}

div.profile div.hd {
    width: 220px;
    height: 100%;
    float: left;
    overflow: hidden;
}

div.profile div.hd ul {
    height: 100%;
}

div.profile div.hd li {
    height: 50%;
    width: 100%;
    background: #064893;
    border-bottom: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

div.profile div.hd li a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

div.profile div.hd li a em {
    display: block;
    font-style: normal;
    text-transform: uppercase;
    font-size: 12px;
    opacity: 0.8;
    margin-top: 5px;
}

div.profile div.hd li.on {
    background: #f8e157;
}

div.profile div.hd li.on a {
    color: #064893;
}

div.profile div.bd {
    width: calc(100% - 230px);
    height: 100%;
    overflow: hidden;
    float: right;
}

div.profile div.bd div.glist {
    width: 100%;
    height: 100%;
}

div.profile div.bd div.glist li.gitem {
    width: 25%;
}

div.profile div.bd div.glist li.gitem a.thumb {
    width: 100%;
    height: 100%;
}

div.products {
    /*height: 80%;*/
    overflow: hidden;
}

div.products div.products-wrapper {
    margin-top: 60px;
    padding: 0 10px;
    height: 680px;
    overflow: hidden;
}

div.products div.hd {
    background: #fff;
}

div.products div.hd li {
    float: left;
    width: 25%;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    padding: 20px 0;
}

div.products div.hd li:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    background: rgba(6, 72, 147, 0.8);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

div.products div.hd li.on:after {
    top: 0;
    opacity: 1;
}

div.products div.hd li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #e2e2e2;
    opacity: 0.8;
}

div.products div.hd li:first-child:before {
    display: none;
}

div.products div.hd li a {
    display: block;
    position: relative;
    z-index: 1;
}

div.products div.hd li i {
    display: block;
    font-size: 42px;
    margin-bottom: 5px;
}

div.products div.hd li.on a {
    color: #ffffff;
}

div.products div.bd {
    margin-top: 20px;
    height: 560px;
    overflow: hidden;
}

div.products div.bd div.item-wrapper {
    margin: 10px 0;
    display: none;
    overflow: hidden;
    border-radius: 10px;
}

div.products div.bd div.item-wrapper:first-child {
    display: block;
}

div.products div.bd div.index_pro dl.pro_com dd h3 a, .pro_list dd h3 a {
    float: left;
    position: relative;
    width: 100%;
    text-align: left;
    z-index: 2;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pro_list dd h3 a {
    text-align: center;
}

.pro_list dd h3 a small {
    display: block;
    float: right;
    font-size: inherit;
}

div.products div.bd div.index_pro dl.pro_com dd p {
    display: block;
    padding: 36px 0 0;
    height: 120px;
}

div.products div.bd div.index_pro dl.pro_com dd span a {
    display: block;
    width: 125px;
    line-height: 39px;
    background: #f8e157;
    text-align: center;
    color: #fff;
}

div.products div.bd div.index_pro div.pro_list {
    height: 100%;
}

div.products div.bd div.index_pro div.pro_list dl {
    float: left;
    text-align: center;
    height: 265px;
    background: #fff;
    overflow: hidden;
    width: calc(24%);
    margin-right: 13px;
    margin-bottom: 20px;
}

div.products div.bd div.index_pro div.pro_list dt {
    position: relative;
    overflow: hidden;
}

div.products div.bd div.index_pro div.pro_list dt>a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: no-repeat center / cover;
}

div.products div.bd div.index_pro div.pro_list dt img {
    display: block;
    max-width: 100%;
    height: 206px;
    opacity: 0;
}

div.products div.bd div.index_pro div.pro_list dt div.desc {
    display: table;
    width: 100%;
    height: 102%;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: -100%;
    right: 0;
    background-color: rgba(6, 72, 147, 0.6);
    z-index: 1;
    line-height: 24px;
    test-align: center;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    opacity: 0;
}

div.products div.bd div.index_pro div.pro_list dt div.desc p {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

div.products div.bd div.index_pro div.pro_list dt div.desc span {
    display: block;
    font-size: 14px;
    width: 80%;
    max-height: 72px;
    overflow: hidden;
    margin: 0 auto;
}

div.products div.bd div.index_pro div.pro_list dt div.desc a {
    display: inline-block;
    margin-top: 15px;
    color: inherit;
}

div.products div.bd div.index_pro div.pro_list dl:hover dt div.desc {
    bottom: -1%;
    opacity: 1;
}

div.products div.bd div.index_pro div.pro_list dd {
    position: relative;
}

div.products div.bd div.index_pro div.pro_list dd h3 {
    display: block;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: #fff;
    font-weight: 100;
}

div.products div.bd div.index_pro div.pro_list dd h3::after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 100%;
    background: #064893;
    content: '';
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

div.products div.bd div.index_pro div.pro_list dl:hover h3::after {
    width: 100%;
}

div.products div.bd div.index_pro div.pro_list dl:hover h3 a {
    color: #fff;
    padding: 0px 30px;
}

div.products div.bd div.index_pro div.pro_list dl:hover h3 a::after {
    right: 140px;
    color: #fff;
}

div.products div.bd div.index_pro div.pro_list dd p {
    padding: 0 16px;
    text-align: left;
}

div.products div.bd div.index_pro div.pro_list dd p a {
    display: inline-block;
    color: #f8e157;
}

div.design {
    background: #fff url('../images/bg_design.jpg') no-repeat center / cover;
}

div.design div.design-wrapper {
    margin-top: 30px;
    /* background: rgba(255, 255, 255, 0.9); */
    border-radius: 10px;
    padding: 0 10px;
    height: 680px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

div.design div.design-wrapper div.hd {
    margin-bottom: 30px;
}

div.design div.design-wrapper div.hd li {
    float: left;
    width: 25%;
    position: relative;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    line-height: 42px;
}

div.design div.design-wrapper div.hd li a {
    color: #fff;
}

div.design div.design-wrapper div.hd li i {
    font-size: 42px;
    margin-right: 25px;
    /* display: block; */
    line-height: 1;
    /* float:left; */
}

div.design div.design-wrapper div.hd li.on a {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

div.design div.design-wrapper div.hd li.on a:after {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transition: .2s;
    transition: .2s;
    width: 90px;
}

div.design div.design-wrapper div.hd ul {
    width: 900px;
    margin: 0 auto;
}

div.design div.bd {
    max-width: 1200px;
    height: calc(100% - 85px);
    overflow: hidden;
    margin:0 auto;
}

div.design div.bd div.item-wrapper {
    overflow: hidden;
    height: 100%;
}

/*div.design div.bd div.item-wrapper a.thumb {
    width: 100%;
    height: 80%;
    border-radius: 10px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

div.design div.bd div.item-wrapper a.thumb video {
    display: block;
    max-width: 850px;
    height: 100%;
    text-align:center;

    -o-object-fit: cover;
    object-fit: cover;
    overflow:hidden;
}

div.design div.bd div.item-wrapper a.thumb:hover {
    -webkit-filter: none;
    -o-filter: none;
    filter: none;
}*/

div.design div.bd div.in_design_item{
    width: 100%;
}
div.design div.bd div.in_design_item li{
    width: 46%;
    padding: 0 2%;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
}

div.design div.bd div.in_design_item li a{
    width: 100%;
    height: 276px;
    border: 3px solid #ffffff;
    display: block;
}
div.design div.bd div.in_design_item li img{
    height: 276px;
}

div.case {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 10px;
}

div.case div.case-wrapper {
    margin-top: 55px;
    background: #fff;
    overflow: hidden;
    height: 680px;
}

div.case div.case-wrapper div.hd {
    height: 100%;
    width: 260px;
    float: left;
    text-align: center;
    font-size: 16px;
    position: relative;
    z-index: 2;
}

div.case div.case-wrapper div.hd ul {
    /* margin:0 20px; */
    height: 100%;
    width: 260px;
    border-top: 1px #eee solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.case div.case-wrapper div.hd li {
    position: relative;
    border: 1px #eee solid;
    border-top: none;
    overflow: hidden;
    height: 10%;
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.case div.case-wrapper div.hd li:before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: #064893;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

div.case div.case-wrapper div.hd li:hover, div.case div.case-wrapper div.hd li.on {
    overflow: visible;
}

div.case div.case-wrapper div.hd li:hover a, div.case div.case-wrapper div.hd li.on a {
    color: #fff;
}

div.case div.case-wrapper div.hd li:hover:before, div.case div.case-wrapper div.hd li.on:before {
    width: 100%;
}

div.case div.case-wrapper div.hd li:after {
    content: '';
    display: block;
    border: 10px solid #064893;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    right: -10px;
    top: 50%;
    opacity: 0;
    margin-top: -10px;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

div.case div.case-wrapper div.hd li:hover:after, div.case div.case-wrapper div.hd li.on:after {
    right: -10px;
    opacity: 1;
}

div.case div.case-wrapper div.hd li a {
    display: table-cell;
    position: relative;
    z-index: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    vertical-align: middle;
    text-align: center;
}

div.case div.case-wrapper div.hd li i {
    font-size: 20px;
    margin-right: 5px;
    opacity: 0.8;
}

div.case div.case-wrapper div.bd {
    height: 100%;
    overflow: hidden;
    width: calc(100% - 300px);
    float: right;
}

div.case div.bd li.item {
    height: 100%;
}

div.case div.bd a.thumb {
    height: 85%;
    width: 100%;
    position: relative;
}
div.case div.bd a.thumb>img{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    min-height:80%;
    opacity: 1;
}
div.case div.bd a.thumb-fixed{
    background: #fff;
}
div.case div.bd a.thumb span.title {
    display: block;
    position: absolute;
    bottom: 0;
    padding: 0 10px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #f8e157;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 2;
}

div.case div.bd a.thumb span.desc {
    display: table;
    width: 100%;
    height: 102%;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: -102%;
    right: 0;
    background-color: rgba(6, 72, 147, 0.6);
    z-index: 1;
    line-height: 24px;
    test-align: center;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
}

div.case div.bd a.thumb span.desc small {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 1px;
    text-align: center;
}

div.case div.bd a.thumb:hover span.desc {
    opacity: 1;
    bottom: -1%;
}

section.slogan {
    margin-top: 50px;
    color: #fff;
    padding: 35px 0;
    background: #f2f2f2 url('../images/bg_slogan.jpg') no-repeat center / cover;
}

section.slogan h3 {
    font-size: 32px;
}

section.slogan h3 small {
    display: block;
    font-size: 24px;
    font-weight: normal;
    margin: 10px 0 0 120px;
}

section.slogan div.tel {
    font-size: 22px;
    color: #f8e157;
}

section.slogan div.tel i {
    display: block;
    font-size: 26px;
    margin-top: 10px;
    font-weight: bold;
}

section.td {
    padding: 60px 0;
}

div.advantage div.top, section.td div.top {
    text-align: center;
}

div.advantage div.top h4, section.td div.top h4 {
    font-size: 40px;
    color: #333;
    height: 68px;
    line-height: 68px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #697b72;
    text-align: center;
}

div.advantage div.top h4 b, section.td div.top h4 b {
    font-size: 54px;
}

div.advantage div.top small, section.td div.top small {
    display: block;
    text-align: center;
    font-size: 22px;
    margin-top: 20px;
}

section.td div.info {
    margin-top: 60px;
    background: url('../images/td_u.jpg') no-repeat center;
    height: 303px;
}

section.td div.info div.item {
    height: 150px;
    padding-left: 45px;
    width: 600px;
    font-size: 26px;
    color: #333333;
    line-height: 150px;
    float: left;
    box-sizing: border-box;
}

section.td div.info div.item b {
    font-size: 36px;
    font-weight: bold;
    color: #f8e157;
}

section.td div.info div.item.white {
    color: #fff;
}

section.td div.info div.item.item-2 b {
    color: #fff;
}

section.td div.info div.item.item-2, section.td div.info div.item.item-4 {
    padding-left: 82px;
}

section.td>h5 {
    margin: 80px auto 0;
    width: 500px;
    height: 48px;
    line-height: 48px;
    border: 1px dashed #666;
    border-radius: 22px;
    font-size: 20px;
    font-weight: normal;
    padding: 0 0 0 30px;
}

section.td>h5 b {
    font-size: 24px;
    color: #666;
    font-weight: bold;
    padding: 0 22px;
}

section.td>h5 a {
    display: block;
    float: right;
    width: 172px;
    height: 50px;
    background: #666;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    border-radius: 25px;
    margin: -1px -3px 0 0;
}

section.td>h5 a:hover {
    color: #fff;
    background: #f8e157;
}

div.advantage {
    margin-top: 60px;
    padding: 0 10px;
    height: calc(75% - 60px);
    overflow: hidden;
}

div.advantage div.top h4 b {
    margin: 0 20px;
}

div.advantage div.wrapper {
    height: calc(100% - 120px);
    position: relative;
    overflow: hidden;
}

div.advantage div.wrapper ul {
    height: 80%;
    background: #fff;
    border-radius: 10px;
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

div.advantage div.wrapper ul li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    height: 100%;
    max-height: 300px;
    text-align: center;
    font-size: 16px;
    color: #888888;
    font-weight: lighter;
    -webkit-box-shadow: 5px 0 15px -5px #eee inset;
    box-shadow: 5px 0 15px -5px #eee inset;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

div.advantage p.trawa {
    padding: 0 50px;
    line-height: 30px;
}

div.advantage p.trawa span {
    display: block;
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

div.advantage p.traicon {
    display: inline-block;
    width: 33px;
    height: 33px;
    margin: 40px 0 15px 0;
    background: url(../images/traincon.png) no-repeat left top;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

div.advantage div.wrapper ul li:nth-child(2) .traicon {
    background-position-x: -48px;
}

div.advantage div.wrapper ul li:nth-child(3) .traicon {
    background-position-x: -98px;
}

div.advantage div.wrapper ul li:nth-child(4) .traicon {
    background-position-x: -157px;
}

div.advantage div.wrapper ul li:hover, div.advantage div.wrapper ul li.on {
    background: #2363ae;
    color: #8cbef7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

div.advantage div.wrapper ul li:hover .trawa span, div.advantage div.wrapper ul li.on .trawa span {
    color: #fff;
}

div.advantage div.wrapper ul li:hover .traicon, div.advantage div.wrapper ul li.on .traicon {
    background-position-y: -47px;
}

div.advantage div.wrapper dl.item-5 {
    right: 0;
}

section.fullpage-container>div.swiper-wrapper>div.sec_footer div.h-wrapper {
    height: 100%;
}

div.customers {
    padding: 0 10px;
    height: 540px;
}

div.customers .scroll-container {
    height: 100%;
}

div.customers .swiper-container-vertical>.swiper-scrollbar {
    right: 12px;
}

div.customers div.customers-wrapper {
    margin-top: 40px;
    overflow: hidden;
}

div.customers div.customers-wrapper li {
    width: 16.666666%;
    float: left;
    position: relative;
}

div.customers div.customers-wrapper li>a {
    width: 90%;
    height: 0;
    padding-top: 50%;
    margin: 10px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

div.customers div.customers-wrapper li>a:hover {
    /*border-color: transparent;*/
    -webkit-box-shadow: 0 0 1px #f8e157;
    box-shadow: 0 0 1px #f8e157;
}

div.customers div.customers-wrapper li>a span {
    display: block;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 59, 129, 0.8);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

div.customers div.customers-wrapper li>a span i {
    display: block;
    position: absolute;
    left: 10%;
    top: 50%;
    font-style: normal;
    font-size: 16px;
    line-height: 1.4;
    width: 80%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

div.customers div.customers-wrapper li>a:hover span {
    top: 0;
    opacity: 1;
}

div.strength {
    height: 700px;
    padding: 0 10px 10px;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

div.strength div.top-bg {
    height: 70%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;

}

div.strength div.strength-wrapper {
    position: relative;
    z-index: 2;
    height: 100%;
}

div.strength div.slide-wrapper {
    margin-top: 40px;
    padding: 60px 30px 40px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 10px #ccc;
    box-shadow: 0 5px 10px #ccc;
    height: calc(100% - 202px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

div.strength div.wrapper dl.item {
    float: left;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
}

div.strength div.wrapper dt {
    overflow: hidden;
    height: 80px;
    line-height: 80px;
    font-size: 0;
    color: #555;
    text-align: center;
}

div.strength div.wrapper dt b {
    vertical-align: middle;
    font-size: 24px;
}

div.strength div.wrapper dt i {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #064893;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 42px;
    margin-right: 15px;
    vertical-align: middle;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

div.strength div.wrapper dl.item dt i:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

div.strength div.wrapper dl.item.on dt b {
    color: #064893;
}

div.strength div.wrapper dd {
    margin-top: 18px;
}

div.strength div.wrapper dd div.desc {
    font-size: 16px;
    color: #555;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-align:center;
}

div.strength div.wrapper dd span.thumb {
    margin-top: 15px;
    width: 330px;
    height: 155px;
    border-radius: 5px;
}

div.strength div.channel-item {
    margin-top: 40px;
    height: calc(100% - 156px);
}

div.strength div.channel-item div.arclist {
    height: 100%;
}

div.strength div.channel-item div.arclist a.thumb {
    display: block;
    width: 25%;
    height: 90%;
    position: relative;
    border-radius: 5px;
}

div.strength div.channel-item div.arclist a.thumb span.title {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 32px;
    line-height: 32px;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 10px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.about {
    /*max-width: 1200px;*/
    text-align: center;
    color: #fff;
    height: 100%;
}

div.about div.desc {
    margin: 40px auto;
    font-size: 16px;
    line-height: 2;
    /*height: calc(100% - 260px);*/
    height: 500px;
    overflow: hidden;
}
div.about div.desc div.col-wrapper{
    margin:-10px 0;
    overflow: hidden;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding:10px;
}
div.about div.desc div.col-wrapper div.col4-wrapper{
    width:45%;
    height: 100%;
    padding:10px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.about div.desc div.col-wrapper div.col6-wrapper{
    width:55%;
    height: 100%;
    padding:10px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.about div.desc div.descinfo {
    height: 100%;
    /*padding-right: 20px;*/

    overflow: hidden;
}

div.about div.desc div.descinfo div.info {
    padding: 0;
    margin: 20px;
    color: #fff;
    overflow: hidden;
}

div.about div.desc div.descinfo div.info h3 {
    text-align: left;
    font-size: 26px;
}

div.about div.desc div.descinfo div.info h3 a {
    color: #fff;
}

div.about div.desc div.descinfo div.info h3:after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background: #fff;
    margin: 15px 0 0;
}

div.about div.desc div.descinfo div.info h3 small {
    display: block;
    font-size: 36px;
    font-family: 'sans-serif';
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
    color: #fff;
}

div.about div.desc div.descinfo div.info div.info-desc {
    margin-top: 15px;
    font-size: 16px;
    line-height: 2;
    max-height: 448px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 14;
    -webkit-box-orient: vertical;
}

div.about div.desc div.descinfo div.info div.info-desc p {
    text-align: left;
    text-indent: 24px;
    line-height: 2;
}
div.about div.desc div.descinfo div.info div.info-desc  a{
    color:#fff;
    font-weight:bold;
    display: inline;
}
div.about div.desc div.video {
    height: 100%;
    position: relative;
    overflow: hidden;
    background: no-repeat center / cover;
    /*padding-left: 20px;*/
}

div.about div.desc div.video a.thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

div.about div.desc div.video a.videoBtn {
    display: block;
    width: 100%;
    height: 100%;
}

div.about div.desc div.video video {
    display: block;
    width: 100%;
    height: 100%;
    background: #666;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

div.about ul.item-list {
    width: 800px;
    margin: 20px auto 0;
}

div.about li.item {
    width: 25%;
    float: left;
}

div.about li.item a {
    display: block;
    border: 2px solid #fff;
    overflow: hidden;
    text-align: center;
    color: #fff;
    margin: 0 10px;
    padding: 25px 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

div.about li.item a i {
    font-size: 48px;
    display: block;
}

div.about li.item a b {
    font-weight: normal;
    font-size: 20px;
    line-height: 2;
}

div.about li.item a:hover {
    background: #fff;
    color: #064893;
}

div.news {
    padding: 0 10px;
    overflow: hidden;
    height: 100%;
    /* background: url(../images/aboutbj.jpg) repeat center; */
}

div.news div.news-wrapper {
    margin-top: 40px;
    overflow: hidden;
}

div.news div.news-wrapper div.left, div.news div.news-wrapper div.right {
    width: 33.33333%;
    height: 100%;
    padding: 0 20px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.news div.left div.top-info {
    background: #fff;
}

div.news div.left div.top-info a.thumb {
    width: 100%;
    height: 0;
    padding-top: 60%;
}

div.news div.left div.top-info div.info {
    padding: 20px;
}

div.news div.left div.top-info div.info a.title {
    display: block;
    font-size: 18px;
    line-height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

div.news div.left div.top-info div.info a.title span {
    display: block;
    float: left;
    margin-right: 10px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    background: #064893;
    border-radius: 25px;
    padding: 0 20px;
}

div.news div.left div.top-info div.info div.desc {
    font-size: 16px;
    overflow: hidden;
    margin-top: 5px;
}

div.news div.left div.top-info div.info div.desc span {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    color: #999;
}

div.news div.left div.top-info div.info div.desc a {
    color: #064893;
    float: right;
}

div.news div.left div.newslist {
    padding: 0 20px;
    background: #fff;
}

div.news div.left div.newslist a.item {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    overflow: hidden;
    padding-left: 12px;
    background: url('data:image/gif;base64,R0lGODlhBQAFAIAAAISEhP///yH5BAEHAAEALAAAAAAFAAUAAAIHRHxnC62JCgA7') no-repeat left center;
}

div.news div.left div.newslist a.item span {
    display: block;
    max-width: calc(100% - 10px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
}

div.news div.left div.newslist a.item small {
    display: block;
    float: right;
    color: #999;
    font-size: inherit;
}

div.news div.left div.newslist a.item:hover small {
    color: #f8e157;
}

div.news div.right div.top-info div.item {
    background: #fff;
    margin-bottom: 16px;
    overflow: hidden;
}

div.news div.right div.top-info div.item a.thumb {
    width: 40%;
}

div.news div.right div.top-info div.item a.thumb span {
    width: 100%;
    height: 0;
    padding-top: 55%;
}

div.news div.right div.top-info div.info {
    padding: 0 10px 0 20px;
    float: right;
    width: 60%;
    font-size: 16px;
    line-height: 1.8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.news div.right div.top-info div.info a.title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 500;
}

div.news div.right div.top-info div.info div.desc {
    margin-top: 10px;
    height: 56px;
    overflow: hidden;
    color: #666666;
    font-size: 14px;
}

div.news div.right div.top-info div.info div.desc a {
    color: #064893;
}

div.news div.right div.faq {
    background: #fff;
    height: 252px;
    overflow: hidden;
    padding: 20px;
}

div.news div.right div.faq h4 {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    padding-left: 36px;
    height: 42px;
    line-height: 42px;
    position: relative;
}

div.news div.right div.faq h4:before {
    content: '＋';
    display: block;
    height: 20px;
    width: 20px;
    background: #064893;
    color: #fff;
    text-align: center;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 3px;
}

div.news div.right div.faq h4.on {
    color: #f8e157;
}

div.news div.right div.faq h4.on:before {
    content: '-';
    background: #f8e157;
    color: #fff;
}

div.news div.right div.faq div.desc {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6;
    padding-left: 36px;
    height: 75px;
    display: none;
    color: #999;
}

div.news div.right div.faq div.desc a {
    color: #064893;
    display: inline-block;
}


/* 问题*/

div.problem_bg {
    /* background: url(../images/program-index.png) no-repeat center bottom;  */
    /*height: 25%;*/
    height: 100%;
}
div.problem_bg div.program-img{
	margin:0 auto;
	max-width:988px;
}
div.problem_bg div.program-img img{
	display:block;
	text-align:center;
	 height: auto;
     max-width: 100%;
     max-height: 100%;
     vertical-align: bottom;
     bottom: 0;
     -o-object-fit: fill;
     object-fit: fill;
     object-fit: fill;
	 opacity:0;
}
div.problem_bg div.problem {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

div.problem_bg div.problem_l {
    display: table;
    height: 100%;
    width: 400px;
}

div.problem_bg div.problem_l p {
    color: #fff;
    font-size: 36px;
    font-weight: lighter;
    line-height: 42px;
    display: table-cell;
    vertical-align: middle;
}

div.problem_bg div.probright {
    position: relative;
    width: 780px;
    height: 100%;
    overflow: hidden;
}

div.problem_bg div.probright p {
    padding-left: 20px;
    position: absolute;
    line-height: 28px;
    font-size: 18px;
    color: #fff;
}

div.problem_bg div.probright p:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 12px;
    left: 0px;
    background: #fff;
    border-radius: 50%;
}

div.problem_bg div.probright p:nth-child(1) {
    top: 35%;
}

div.problem_bg div.probright p:nth-child(2) {
    left: 0;
    top: 55%;
}

div.problem_bg div.probright p:nth-child(3) {
    left: 520px;
    top: 35%;
}

div.problem_bg div.probright p:nth-child(4) {
    left: 520px;
    top: 55%;
}

div.problem_bg div.wrapper {
    margin-top: 100px;
    position: relative;
}

div.problem_bg div.wrapper ul {
    height: 350px;
    background: #fff;
    border-radius: 10px;
    font-size: 0;
}

div.problem_bg div.wrapper ul li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    color: #888888;
    font-weight: lighter;
    -webkit-box-shadow: 5px 0 15px -5px #eee inset;
    box-shadow: 5px 0 15px -5px #eee inset;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

div.problem_bg div.wrapper ul li p.trawa {
    padding: 0 50px;
    line-height: 38px;
}

div.problem_bg div.wrapper ul li p.trawa span {
    display: block;
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

div.problem_bg div.wrapper ul li p.traicon {
    display: inline-block;
    width: 33px;
    height: 33px;
    margin: 40px 0 15px 0;
    background: url(../images/traincon.png) no-repeat left top;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

div.problem_bg div.wrapper ul li:nth-child(2) .traicon {
    background-position-x: -48px;
}

div.problem_bg div.wrapper ul li:nth-child(3) .traicon {
    background-position-x: -98px;
}

div.problem_bg div.wrapper ul li:nth-child(4) .traicon {
    background-position-x: -157px;
}

div.problem_bg div.wrapper ul li:hover,div.problem_bg div.wrapper ul li.on {
    background: #2363ae;
    color: #8cbef7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

div.problem_bg div.wrapper ul li:hover .trawa span,div.problem_bg div.wrapper ul li.on .trawa span {
    color: #fff;
}

div.problem_bg div.wrapper ul li:hover .traicon,div.problem_bg div.wrapper ul li.on .traicon {
    background-position-y: -47px;
}

div.problem_bg div.wrapper dl.item-5 {
    right: 0;
}


footer.footer {
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 10px;
}

#fp-nav{
    left:10px;
    right:auto !important;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
    width:6px;
    height: 6px;
    opacity: 0.4;
    background: #000;
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span{
    background: none;
    border:1px solid #f8e157;
    opacity: 1;
}
#fp-nav ul li a.active span:after,
#fp-nav ul li:hover a.active span:after{
    content:'';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f8e157;
    margin: 3px;
}